home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / TURBOCU2.LZH / LC015.DOC < prev    next >
Text File  |  1987-09-05  |  6KB  |  144 lines

  1.           ===> Contents of LC015 - Turbo C Utilities Disk <===
  2.  
  3. ARC.EXE 
  4.  
  5.     This is the program to expand all the following files that need to be
  6.     expanded to run.  All files that end with .ARC fit this catagory.
  7.     To expand these files you need to have a diskette available with 
  8.     enough room to store the expanded file (about twice the .ARCed file
  9.     size).  If you are doing this with two floppies, put this disk (LC015)
  10.     in drive A and put a formatted disk in drive B.  Now type B: to change
  11.     to the B> drive.  Type A:ARC -e A:BNSLIB.ARC (substitute the name of
  12.     the real file for BNSLIB.ARC).  This will load the ARC utility from
  13.     the A: drive and expand all the files in the BNSLIB.ARC archive and 
  14.     store them on the default drive (the B: drive).  There is documentation
  15.     in the archive that will be expanded and ready to use for each system.
  16.     Archive is used so that you can get about twice the number of files on
  17.     a single floppy disk, this gives you maximum value for your money!
  18.  
  19.  
  20.  
  21. INDEX.ARC/binary          22-Aug-87 37888              Accesses: 108
  22.  
  23.     Keywords: INDEX DATA BASE DATABASE FILE ACCESS
  24.     
  25.     ISAM file access routines for C programs.  These routines are modeled after
  26.     those available in standard COBOL implementations, with some additions. One
  27.     very nice thing is keys of any type, including float and double, and user
  28.     defined key types.  This latest version cleans up some bugs and provides
  29.     much nicer documentation.  Note: the sample program uses ansi escape
  30.     sequences so you need to have ANSI.SYS loaded.
  31.     
  32.     
  33. TCDEBU.ARC/binary         09-Aug-87 60180              Accesses: 336
  34.  
  35.     Keywords: C SOURCE CODE DEBUGGER DEBUG
  36.     
  37.     TCdebug, Version 0.00 (alpha test).  A Turbo C source code debugger.
  38.     Requires IBM-PC, AT or screen compatible.  Users are really testers at this
  39.     point.
  40.     
  41.     
  42. CSOURC.ARC/binary         07-Aug-87 71863              Accesses: 133
  43.  
  44.     Keywords: X-REF FORMAT LISTG CSOURCE
  45.     
  46.     CSOURCE V1.5 -- Organizes and x-ref's C code.  Will pull out all variables,
  47.     defined variables, functions or any individual identifier you specify. 
  48.     Will generate source listings based on any one of three indentation styles.
  49.     Will extract any portion of code.  All output can go to the screen, printer
  50.     or a file.  Many more options available. Shareware.
  51.     
  52.     
  53. ECLIB.ARC/binary          15-Jul-87 26987              Accesses: 102
  54.  
  55.     Keywords: EXTENDED CONSOLE PRINTF PUTC PUTS FAST ECON 1.00
  56.     
  57.     These routines supply a good set of routines for fast screen output.  They
  58.     include ecprintf(), ecputs(), and ecputc(), all of which support \b, \t,
  59.     \n, \r, \f (backspace, tab, line feed, carraige return, form feed).  These
  60.     routines are faster than BIOS and can be intermixed with BIOS calls.  This
  61.     is release 1.00, and supports video modes 0 thru 7.
  62.                                                      Joe Odenweller
  63.     
  64.     
  65. ECSRC.ARC/binary          15-Jul-87 23877              Accesses: 109
  66.  
  67.     Keywords: EXTENDED CONSOLE FAST PRINTF PUTS PUTC ECON 1.00 SOURCE
  68.     
  69.     This is the source for the econ routines found in eclib.arc.
  70.                                                     Joe Odenweller
  71.     
  72.     
  73. DIRSEL.ARC/binary         12-Jul-87 15488              Accesses: 236
  74.  
  75.     Keywords: DIRSEL DIRECTORY C SOURCE EXE
  76.     
  77.     DIRSEL.arc contains DIRSEL.c and DIRSEL.exe.  DIRSEL is a Turbo C function
  78.     that creates a window on the screen containing the current directory
  79.     information. The user moves the highlight with the arrow keys and presses
  80.     <CR> to return the filename to the calling routine. It can be operated
  81.     within the Integrated Development Environment. Unarc with ARC 5.12 or
  82.     equivalent. Placed in the public domain by Vernon E. Davis.
  83.      
  84.     
  85.     
  86. RMTREE.C                  11-Jul-87 3102               Accesses: 108
  87.  
  88.     Keywords: REMOVE TREE DIRECTORY FILES CLEAN DISK
  89.     
  90.     This program removes a whole tree of directories/files. For security, no
  91.     wildcards are allowed. Hidden, system, r/o files are deleted after
  92.     confirmation.
  93.     
  94.     
  95. SCRLIB.ARC/binary         29-Jun-87 1659               Accesses: 195
  96.  
  97.     Keywords: SCREEN ANSI C LIBRARY LIB VIDEO CLS GOTOXY
  98.     
  99.     TurboC Library of Screen Functions.  I use this for portability, as it uses
  100.     ANSI.SYS.  You *MUST* have ANSI.SYS installed for these functions to work:
  101.     includes clear (); gotoxy (row, col); normal (); reverse (); blink (); and
  102.     under ().  Underlining does not work with color monitors. Paul Raulerson
  103.     71560,2016
  104.     
  105.     
  106. EXE2CO.ARC/binary         28-Jun-87 13952              Accesses: 88
  107.  
  108.     Keywords: EXE2BIN TINY MODEL DOS 3.3
  109.     
  110.     A public domain clone of EXE2BIN.  It is especially useful for using Turbo
  111.     C tiny model with DOS 3.3, as IBM no longer ship EXE2BIN as part of DOS. 
  112.     Source in Turbo C is included.
  113.     
  114.     
  115. DBF.ARC/binary            19-Jun-87 21120              Accesses: 327
  116.  
  117.     Keywords: DBASE C DBF
  118.     
  119.     This is a set of functions which allow Turbo C programs to read and write
  120.     dBase III+ .dbf data files.
  121.       Mark Sadler
  122.     
  123.     
  124. RDIR.ARC/binary           14-Jun-87 25835              Accesses: 413
  125.  
  126.     Keywords: TSR RESIDENT DOS REENTRANT RCLOCK RDIR KEEP DIRETORY
  127.     
  128.     Resident directory lister written in Turbo C 1.00.  This program
  129.     demonstrates how to access Dos within a TSR and other various tricks.  If
  130.     you enjoyed Rclock, you will love this one.  This ARChive also contains a
  131.     new version of Rclock which contains a more accurate way of determining
  132.     program size for the keep () function.  Uploaded by Author: Dean McCrory
  133.     
  134.     
  135. CCC.EXE/binary            11-Jun-87 19072              Accesses: 214
  136.  
  137.     Keywords: C PRINT STRUCTURED
  138.     
  139.     A very nice print program for C source files. This program will block your
  140.     program when printing for easy reading. Download with protocol. 149 Xmodem
  141.     blocks.
  142.     
  143.     
  144. ole tr